type vendor/golang.org/x/net/http2/hpack.headerFieldTable
9 uses
vendor/golang.org/x/net/http2/hpack (current package)
hpack.go#L162: table headerFieldTable
static_table.go#L6: var staticTable = &headerFieldTable{
tables.go#L13: type headerFieldTable struct {
tables.go#L45: func (t *headerFieldTable) init() {
tables.go#L51: func (t *headerFieldTable) len() int {
tables.go#L56: func (t *headerFieldTable) addEntry(f HeaderField) {
tables.go#L64: func (t *headerFieldTable) evictOldest(n int) {
tables.go#L102: func (t *headerFieldTable) search(f HeaderField) (i uint64, nameValueMatch bool) {
tables.go#L116: func (t *headerFieldTable) idToIndex(id uint64) uint64 {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |